UNPKG

303 BJavaScriptView Raw
1export default {
2 "name": "OpenRC runscript",
3 "type": "programming",
4 "group": "Shell",
5 "aliases": [
6 "openrc"
7 ],
8 "interpreters": [
9 "openrc-run"
10 ],
11 "tmScope": "source.shell",
12 "aceMode": "sh",
13 "codemirrorMode": "shell",
14 "codemirrorMimeType": "text/x-sh",
15 "languageId": 265
16}